Pin rustc to a date with known snapshots
authorAlex Crichton <alex@alexcrichton.com>
Thu, 13 Nov 2014 00:05:33 +0000 (16:05 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 13 Nov 2014 19:06:27 +0000 (11:06 -0800)
commit10443a8747d16b3aa809bcb78854435c2320a46e
treeb740e1d0dc954c622381a98e9dfb1f59d732d660
parente6ec71a85249984c4ed3ed409b770f0639c1de1c
Pin rustc to a date with known snapshots

I don't really expect all builders of cargo to be forced to use this rustc, and
I expect this to update frequently, but it will allow cargo PRs to land without
forcing a "put out the fires" fix for all nightly incompatibilities all at once.
This will allow rust upgrades to land separately and be reviewed separately.
.travis.install.deps.sh
src/rustversion.txt [new file with mode: 0644]
tests/test_cargo_compile_custom_build.rs